Autogenerated HTML docs for v1.4.2-g182a 
diff --git a/git-grep.txt b/git-grep.txt index dc76833..7545dd9 100644 --- a/git-grep.txt +++ b/git-grep.txt 
@@ -11,7 +11,7 @@  [verse]  'git-grep' [--cached]  [-a | --text] [-I] [-i | --ignore-case] [-w | --word-regexp] - [-v | --invert-match] + [-v | --invert-match] [--full-name]  [-E | --extended-regexp] [-G | --basic-regexp] [-F | --fixed-strings]  [-n] [-l | --files-with-matches] [-L | --files-without-match]  [-c | --count] @@ -47,6 +47,12 @@  -v | --invert-match:: 	Select non-matching lines.   +--full-name:: +	When run from a subdirectory, the command usually +	outputs paths relative to the current directory. This +	option forces paths to be output relative to the project +	top directory. +  -E | --extended-regexp | -G | --basic-regexp:: 	Use POSIX extended/basic regexp for patterns. Default 	is to use basic regexp.